~ chicken-core (chicken-5) /manual/Interface to external functions and variables
Trap1[[tags: manual]]23== Interface to external functions and variables45The macros in this section, such as {{define-foreign-type}} and {{define-external}}, are available in the {{foreign}} import library. To access them:67 (import (chicken foreign))89Note: Using the foreign library directly from the interpreter or the REPL will not work.1011* [[Accessing external objects]]12* [[Foreign type specifiers]]13* [[Embedding]]14* [[C interface]]15* [[Data representation]]1617---18Previous: [[Included modules]]1920Next: [[Modules]]